home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplinestar.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  313b  |  13 lines

  1. #ifndef _Osplinestar_H_
  2. #define _Osplinestar_H_
  3.  
  4. enum
  5. {
  6.     PRIM_STAR_IRAD                        = 2070,    // REAL - Inner Radius [>=0.0]
  7.     PRIM_STAR_ORAD                        = 2071,    // REAL - Outer Radius [>=0.0]
  8.     PRIM_STAR_TWIST                        = 2072,    // REAL - Twist [>=-1.0; <=1.0]
  9.     PRIM_STAR_POINTS                    = 2073    // LONG - Points [>=3]
  10. };
  11.  
  12. #endif
  13.